﻿@charset "utf-8";

@import url("layout.css");
@import url("custom.css");

/*---------- base ---------*/
* {
  padding: 0px;
  margin: 0px;
}

html {
  background: #fff;
}

body {
  font: 12px "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
  color: #3e3e3e;
}

img {
  border: none;
  display:  block;
}

a {
  color: #256eb1;
  text-decoration: none;
}

a:hover {
  color: #ba2636;
  text-decoration: underline;
}
p{
    margin-top: 5px;
    margin-bottom: 5px;
}
ul {
  list-style: none;
  padding: 0;
}

input,
select,
button {
  font: 12px Verdana, Arial, Tahoma;
  vertical-align: middle;
}

#flash {
  width: 990px;
}

#navbar {
  width: 990px;
  background-color: #0d68d5;
  height: 50px;
  line-height: 50px;
}

/* --------- 导航 ----------------*/

#navMenu {
  overflow: hidden;
  height: 50px;
  text-align: center;
}

#navMenu ul {
  display: inline-block;
}

#navMenu ul li {
  font: 16px "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
  font-weight: bold;
  float: left;
  height: 50px;
  line-height: 50px;
}

#navMenu ul li a {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0 30px;
}

#navMenu ul li:last-child a{
   border: none; 
}

#navMenu ul li a:hover {
  color: #deff01;
  text-decoration: none;
  position: relative;
}

/*-- //End 导航菜单 --*/

/*------ Infobar ------*/

#infobar {
  width: 990px;
  background-color: #f6f6f6;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

#currentDate {
  float: left;
  margin-left: 5px;
}

#weather {
  float: left;
  height: 45px;
  margin-left: 100px;
}
#weather>span{
    float: left;
}
#search {
  float: right;
  margin-right: 10px;
}

#search input[type=text] {
  border: none;
  border: 1px solid #2067a8;
  height: 26px;
  line-height: 26px;
}

#search input[type=submit] {
  background-color: #2067a8;
  color: #ffffff;
  border: none;
  line-height: 26px;
  width: 80px;
}
/*---------- frame : footer ---------*/

hr.footer-hr {
  height: 2px;
  border: none;
  margin: 5px 0;
  border-top: 2px solid #167be0;
}

.footer {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 10px;
  padding: 30px 0;
  line-height: 24px;
}

.footer .admin-link {
  margin-left: 5px;
  color: red;
}
/* ---------------friendlink ----- */

#flink {
  text-align: center;
  height: auto;
  border: 1px solid #ddd;
  width: 100%;
}
#flink a {
  display: inline-block;
  vertical-align: middle;
}
#flink img {
  width: 285px; 
  height: 50px;
}
#flink select {
  width: 150px;
  margin: 0px 10px;
  display: inline-block;
  vertical-align: middle;
}

/*----- 幻灯片 ------*/

.hiSlider img {
  width: 100%;
  height: 228px;
}
/* 跑马灯图片*/

#carousel ul li {
  float: left;
  margin: 5px 10px;
  display: inline;
  overflow: hidden;
  font-size: 14px;
  color: #ccc;
}

#carousel img {
  width: 210px;
  height: 140px;
}

#carousel .img-title {
  text-align: center;
}
/* 通用盒模型 */

.module-box {
  border: 1px solid #dddddd;
  position: relative;
  box-sizing: border-box;
}

.box-header {
  background-image: url(../../images/ph/header_bg.jpg);
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}

.box-title {
  float: left;
  padding: 0 20px;
  font-size: 14px;
}

.box-content {
  position: relative;
  padding: 10px;
}
.box-content::after,
.box-content::before {
  content: "";
  display: block;
  overflow: hidden;
}
.box-content::after {
    clear: both;
}
/*--- 首页文章列表样式 --*/

.article-list {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.article-list li {
  list-style: none;
  background: url(../../images/ph/ico-3.gif) left 10px no-repeat;
  color: #3e3e3e;
  line-height: 28px;
  font-size: 12px;
  padding-left: 10px;
  border-bottom: 1px dotted #ccc;
}

.article-list li a {
  color: #3e3e3e;
}

.article-list li span {
  float: right;
  color: #3e3e3e;
}

.article-list li i{
    color: red;
}
.announce-list li {
     background: url(../../images/ph/icon1-13.gif) left 9px no-repeat;
}
.more-link {
  float: right;
  margin-right: 5px;
  color: #fff;
}

.more-link-panel {
  height: 28px;
  line-height: 28px;
}

.more-link-panel a {
  text-align: center;
  color: #3596ff;
  font-weight: normal;
  margin-right: 10px;
  float:right;
}

.double-line {
  border-top: 1px solid #3596ff;
  border-bottom: 1px solid #3596ff;
  height: 2px;
  width: 70%;
  float: left;
  margin-left: 10px;
  margin-top: 12px;
}

/* 列表样式 */

.channel-box {
  text-align: center;
  padding: 5px 0;
}

.channel-box h2 {
  background-color: #0d68d5;
  color: #ffffff;
  padding: 5px 0;
}

.channel-box li {
  border-bottom: 1px solid #e7e7e7;
  height: 28px;
}

.channel-box li a {
  color: #4c4c4c;
  height: 28px;
  line-height: 28px;
  height: 28px;
  display: block;
  text-decoration: none;
}

.channel-box li a:hover {
  color: #ffffff;
  background-color: #8d8d8d;
}

.sidebar-box {
  border-top: 3px solid #0d68d5;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-top: 10px;
}

.sidebar-box li {
  font-size: 12px;
}

.sidebar-box-header {
  height: 30px;
  line-height: 30px;
}

.sidebar-box-title h4 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}

.sidebar-box-title a {
  float: right;
  margin-right: 15px;
}

.page {
  padding: 5px;
  min-height: 570px;
}

.sub-nav-holder {
  height: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.sub-nav {
  border-left: 5px solid #0d68d5;
  margin-left: 15px;
  padding-left: 10px;
  line-height: 16px;
}

.sub-nav a {
  color: #4c4c4c;
}

.dede_pages ul {
  float: left;
  padding: 12px 0px 12px 16px;
}

.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 17px;
  margin-right: 6px;
  border: 1px solid #e9e9e9;
  padding: 2px 4px 2px;
}

.dede_pages ul li a {
  float: left;
  color: #555;
  display: block;
}

.dede_pages ul li a:hover {
  color: #690;
  text-decoration: none;
  padding: 2px 4px 2px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  background-color: #f8f8f8;
  padding: 2px 4px 2px;
  font-weight: bold;
}

.dede_pages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999;
}

.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
.custom-pages {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}

.newslist {
  padding-top: 20px;
}

.newslist li {
  list-style-image: none;
  list-style-type: square;
  background:  none;
  color: #0d68d5;
}
/* 搜索页面*/

.resultbar {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.result_content {
  padding: 15px;
}

.resultlist li {
  margin: 10px 0;
  border-bottom: 1px dotted #e7e7e7;
  padding-bottom: 10px;
}
/* 文章页面*/

.newscontent {
  padding: 20px;
}

.newscontent h1,
.newscontent h2 {
  text-align: center;
  margin-bottom: 10px;
}

.newscontent h1 {
  font-size: 24px;
}

.newscontent h2 {
  font-size: 20px;
}

.newsinfo {
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.newsbody {
  line-height: 1.5rem;
  font-size: 14px;
  padding: 10px 55px;
  text-indent: 2em;
}

.newsaction {
  margin: 10px 0;
}
/* 专题页面 */

.spec-page {
  padding: 20px;
  min-height: 570px;
}

.spec-page h1 {
  text-align: center;
  margin-bottom: 20px;
}

.spec-info {
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.spec-pic img{
  //width: 328px;
  width: 100%;
  margin: 0 auto;
}

.spec-desc {
  line-height: 1.5rem;
  font-size: 14px;
  padding: 10px 0;
}

.spec-list {
  padding: 5px;
}

.spec-box {
  border-top: 1px solid #e7e7e7;
}

.spec-box-header h4 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.spec-article-list {
  margin-left: 15px;
}

.spec-article-list li {
  list-style-type: square;
  color: #0d68d5;
  line-height: 26px;
}

.spec-article-list li span {
  color: #323232;
  margin-right: 15px;
}

/**-- image list page --*/
.image-item{
    width: 340px;
    margin-left: 10px;
}

a.image-link{
    text-align: center;
    display: inline-block;
    color: #999;
    overflow-y:  hidden;
}
a.image-link img {
    width: 328px;
    height:  228px;
}

.image-item .image-caption{
    text-align: center;
    margin-top: 10px;
    margin-bottom:  20px;
}

/**-- video -- */
.video {
  margin-bottom: 30px;
  text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}
a{
	/*color:#666666;*/
	color:#363634; /* kevin.wang */
	text-decoration:none;
}
a:hover
   {
   color:#ff0000;
   text-decoration:none;
   }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background:transparent;
	word-wrap: break-word;
}
body {
	line-height: 1;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color:#5d5d5d;
	background-color: #f6f6f6;
	min-width:1140px;
}.top {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 80px; 
	padding-top: 10px; 
}
.logo{float:left; height:80px; width:514px;}

.nav {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 46px;
	height: 46px;
}
.nav li {
	color: #0f4686;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 125px;
	list-style-type: none;
	background: url(../../images/ph/strick.jpg) no-repeat right center;
}

.nav li:last-child{ background:none;}
.nav a {
	color: #0f4686;
}
.nav a:hover {
	background-image: url(../../images/ph/navbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	width: 125px;
	height: 46px;
	display: block;
}
.nav li.active{background:url(../../images/ph/navbg.jpg) repeat-x;}
.nav li.active a{color:#FFF;}
.main {
	background-image: url(../../images/ph/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainbox {
	width: 1200px; margin-top:15px;
	margin-right: auto;
	margin-left: auto;
}
.searchTitle{border:0px;background:url(../../images/ph/seal.jpg); width:151px; height:27px;}
.searchSubmit{ background: url(../../images/ph/sear.jpg); border:none; width:31px; height:27px;}
.box1 {
	height: 60px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.box1l {
	float: left;
	width: 335px;
	line-height: 60px;
	margin-top: 15px;
}
.box1l li {
	float: left;
	height: 30px;
	width: 163px;
	background-color: #004B98;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-radius:15px;
	list-style-type: none;
}
.box1l li.defaultClass{background-color:#636363;}
.box1l a {
	color: #FFFFFF;
}

.box1r {
	float: right;
	width: 228px;
}
.sea {
	float: left;
	width: 182px;
	margin-top: 15px;
}
.seal {
	float: left;
	width: 151px;
}

.wx {
	float: right;
	margin-top:18px;
	margin-right: 8px;
}
.tp {
	float: left;
	height: 317px;
	width: 411px;
}
.xwzx {
	float: right;
	width: 588px;
}
.title1 {
	line-height: 38px;
	height: 38px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004998;
}
.title1 span {
	float: right;
}
.title1 h3 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #004D97;
	margin-right: 8px;
}
.title1 h4 {
	font-size: 16px;
	color: #004998;
	font-weight: normal;
}
.list1 ul {
	margin-top: 15px;
}
.list1 li {
	line-height: 32px;
	background-image: url(../../images/ph/dot1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	list-style-type: none;
}
.list1 span {
	float: right;
}
.box3 {
	margin-top: 20px;
}
.jygl {
	float: left;
	width: 378px;
}
.title2 {
	line-height: 40px;
	background-image: url(../../images/ph/line1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #004998;
}
.title2 span {
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #000000;
}
.list2 {
	margin-top: 12px;
}
.list2 li {
	line-height: 34px;
	background-image: url(../../images/ph/dot2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	list-style-type: none;
}
.gcxm {
	float: left;
	width: 378px;
	margin-left: 32px;
}
.gsgg {
	float: right;
	width: 378px;
}
.box04 {
	margin-top: 20px;
}
.dqgz {
	float: left;
	width: 378px;
}
.jjjc {
	float: left;
	width: 378px;
	margin-left: 32px;
}
.ztzl {
	float: right;
	width: 378px;
}
.img02 {
	height: 207px;
	width: 285px;
	margin-top: 10px;
}
.box05 {
	margin-top: 20px;
}
.listcy ul {
	margin-top: 15px;
}
.listcy li {
	float: left;
	line-height: 35px;
	list-style-type: none;
    text-align:center;
	width:33.33%;
}

.buttom01 li {
	float: left;
	height: 30px;
	width: 280px;
	line-height: 30px;
	text-align: center;
	list-style-type: none;
	margin-right: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #006eab;
	border-radius:5px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.buttom01 li:last-child{ margin-right: 0px;}
.buttom01 a {
	color: #FFFFFF;
}
.bottom {
	background-color: #0E4986;
	margin-top: 15px;
	height: 125px;
	text-align: center;
	color: #FFFFFF;
	line-height: 32px;
	padding-top: 15px;
}
.neiye {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.nyl {
	float: left;
	width: 250px;
}
.title3 {
	background-color: #0f4686;
	text-align: center;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.rdnr {
	margin-top: 10px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0d68d5;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}
.title4 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 14px;
	padding-top: 5px;
	line-height: 22px;
}
.nxxgg {
	margin-top: 10px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0d68d5;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}
.listgg li {
	text-indent: 12px;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.listgg span {
}

.nyr {
	float: right;
	width: 726px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding-bottom: 15px;
}
.sub-nav-holder {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 35px;
}

.sub-nav {
	border-left: 5px solid #0d68d5;
	margin-left: 15px;
	padding-left: 10px;
	line-height: 16px;
	margin-top: 10px;
}

.sub-nav a {
  color: #4c4c4c;
}
.list3 {
	margin: 10px;
}
.list3 li {
	list-style-type: none;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	line-height: 30px; height: 30px; overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.list3 span {
	float: right;
}
.page ul {
	padding-bottom: 40px;
	margin-top: 14px;
	font-size: 12px;
}
.page li {
	height: 25px;
	line-height: 25px;
	background-color: #FFFFFF;
	list-style-type: none;
	margin-right: 8px;
}.nyjs {
	padding: 10px; overflow: hidden;
	line-height: 35px;
	text-indent: 24px;
}
.img7 {
	height: 228px;
	width: 328px;
}
.ngsfc li {
	float: left;
	width: 328px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
}
.ngsfc p {
	line-height: 35px; height:35px; overflow: hidden;
	text-align: center;
}

.pagewrap .newsbody img{
  display: inline;
  /*width: 100% !important;*/
  margin-left: -2em;
}